Skip to content

build(deps): Bump the kotlin-ksp group across 1 directory with 11 updates#21615

Closed
dependabot[bot] wants to merge 1 commit into
trunkfrom
dependabot/gradle/kotlin-ksp-385d8ea5b1
Closed

build(deps): Bump the kotlin-ksp group across 1 directory with 11 updates#21615
dependabot[bot] wants to merge 1 commit into
trunkfrom
dependabot/gradle/kotlin-ksp-385d8ea5b1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jan 27, 2025

Copy link
Copy Markdown
Contributor

Bumps the kotlin-ksp group with 11 updates in the / directory:

Package From To
org.jetbrains.kotlin:kotlin-reflect 2.0.21 2.1.10
org.jetbrains.kotlin:kotlin-test-junit 2.0.21 2.1.10
org.jetbrains.kotlin.kapt 2.0.21 2.1.10
org.jetbrains.kotlin.plugin.allopen 2.0.21 2.1.10
org.jetbrains.kotlin.android 2.0.21 2.1.10
org.jetbrains.kotlin.plugin.compose 2.0.21 2.1.10
org.jetbrains.kotlin.jvm 2.0.21 2.1.10
org.jetbrains.kotlin.plugin.parcelize 2.0.21 2.1.10
org.jetbrains.kotlin.plugin.serialization 2.0.21 2.1.10
com.google.devtools.ksp:symbol-processing-api 2.0.21-1.0.28 2.1.0-1.0.29
com.google.devtools.ksp 2.0.21-1.0.28 2.1.0-1.0.29

Updates org.jetbrains.kotlin:kotlin-reflect from 2.0.21 to 2.1.10

Release notes

Sourced from org.jetbrains.kotlin:kotlin-reflect's releases.

Kotlin 2.1.10-RC2

Changelog

Compiler

  • KT-73858 Compose / iOS: NullPointerException on building
  • KT-74040 Compilation of inner class usage does not check the visibility of parent class during compilation in different rounds

Compose compiler

  • b/381407900 Avoid adding Compose annotations on synthetic classes
  • CMP-5680 Compose compiler: unexpected stability warnings for classes compiled with 2.0.10

Kotlin 2.1.10-RC

Changelog

Compiler

  • KT-73454 K2: Fix type parameters mapping for typealiases with inner RHS
  • KT-73043 K2 Compiler does not allow references to inner constructors with typealiases
  • KT-73339 K2: "VerifyError: Bad type on operand stack" because of missing implicit cast on generic field receiver with star projection
  • KT-72585 K2: Compilation failure when upgrading to Kotlin 2.0.20+: Cannot replace top-level type with star projection: S
  • KT-73399 compile-time JVM codegen failure on a KProperty argument of a KSuspendFunction parameter
  • KT-72725 KMP: Unsupported actualization of inherited java field in expect class
  • KT-73153 K2: Standalone diagnostics on type arguments are not reported

Compose compiler

  • CMP-5680 Compose compiler: unexpected stability warnings for classes compiled with 2.0.10

IR. Inlining

  • KT-73981 Cherry-pick the fix for KT-73482 to 2.1.10

JavaScript

  • KT-58797 Optimize the code generated for objects on JS and Wasm backends
  • KT-70778 Kotlin Js companion is undefined in production build
  • KT-73130 KJS: Missed break for do/while in generated JS code

Klibs

  • KT-73951 Workaround for "Partial linkage engine may not patch some discrepancies in IR when compiling Kotlin/Native static caches" in 2.1.10

Native

  • KT-73559 K/Native: AndroidNativeArm64 linking fails starting from Kotlin 2.1.0

Tools. CLI

  • KT-73967 JDK 25: "IllegalArgumentException: 25-ea" with EA builds

Tools. Daemon

  • KT-73311 "Unable to release compile session, maybe daemon is already down" flakiness

Tools. Gradle

  • KT-73728 'generatePomFileForMavenPublication' creates pom with dependencies with 'unspecified' version

Tools. Gradle. Multiplatform

  • KT-73620 KMP 2.1.0: Transitive dependency is broken when setting publication groupId

Tools. Gradle. Native

  • KT-73572 [Gradle] kotlin.native.cacheKind=none doesn't work anymore
  • KT-62826 Show a warning when KGP and K/N versions mismatch
  • KT-71419 Light bundle KGP IT run against a stable K/N version

Kotlin 2.1.0

Changelog

... (truncated)

Changelog

Sourced from org.jetbrains.kotlin:kotlin-reflect's changelog.

2.1.0

Analysis API

New Features

  • KT-68603 KotlinDirectInheritorsProvider: add an option to ignore non-kotlin results

Performance Improvements

  • KT-70757 Performance problem in KaFirVisibilityChecker for KaFirPsiJavaClassSymbol

Fixes

  • KT-70437 Class reference is not resolvable
  • KT-57733 Analysis API: Use optimized ModuleWithDependenciesScopes in combined symbol providers
  • KT-72389 K2: False positive "Redundant 'protected' modifier" for protected property inside protected constructor from private or internal class
  • KT-69190 K2: False-positive "redundant private modifier"
  • KT-64984 Analysis API: Support Wasm target
  • KT-70375 K2: NPE at org.jetbrains.kotlin.analysis.api.fir.symbols.KaFirNamedClassSymbolBase.createPointer
  • KT-71259 K2 evaluator: Invalid smart cast info collecting for Code Fragments
  • KT-69360 Lack of implicit receiver for the last statement under lambda in scripts
  • KT-70890 Analysis API: Experiment with weak references to LL FIR/analysis sessions in session caches
  • KT-70657 Analysis API: Inner types from classes with generics are incorrectly represented by the compiled jars
  • KT-71055 Suspend calls inside 'analyze()' break the block guarantees
  • KT-70815 Analysis API: Implement stop-the-world session invalidation
  • KT-69819 K2 IDE: LHS type in callable references is unresolved when it has type arguments and is qualified
  • KT-68761 Analysis API: Experiment with limited-size cache in KaFirSessionProvider
  • KT-70384 Analysis API Standalone: The same class in the same two renamed jars is unresolved
  • KT-71067 Exceptions from references cancel Find Usages
  • KT-69535 Redesign 'containingSymbol'
  • KT-71025 K2 IDE: Scopes in "importingScopeContext" have reversed ordering and "indexInTower" values
  • KT-67483 K2 IDE: Serializable plugin causes infinite resolve recursion when there is a star import from a class with annotation call
  • KT-69416 K2 IDE / Completion: “No classifier found” on simple value creating
  • KT-70257 CCE: class kotlin.UInt cannot be cast to class java.lang.Number
  • KT-70376 K2 IDE / Kotlin Debugger: IAE “Only componentN functions should be cached this way, but got: toString” on evaluating toString() method for value class
  • KT-70264 AA: service registration via XML fails with AbstractMethodError in Lint CLI
  • KT-69950 Analysis API: Introduce isSubtypeOf(ClassId)
  • KT-68625 K2: “lazyResolveToPhase(STATUS) cannot be called from a transformer with a phase STATUS.”
  • KT-67665 K2: contract violation for value class with a constructor parameter with an implicit type
  • KT-67009 Analysis API: Add abbreviated type tests for type aliases from source modules
  • KT-69977 KaFirFunctionalType#getAbbreviation is always null
  • KT-68341 Analysis API: Expanded function types from libraries don't have an abbreviated type
  • KT-68857 Analysis API: Refactor annotations
  • KT-70386 Do not filter out overloads from different libraries in dangling files
  • KT-65552 K2: CANNOT_CHECK_FOR_ERASED in KtTypeCodeFragment
  • KT-65803 K2: Analysis API: KtFirTypeProvider#getSubstitutedSuperTypes throws an exception in the case of "Wrong number of type arguments"
  • KT-68896 Support VirtualFile binary dependency inputs to Analysis API modules
  • KT-69395 K2 IDE: incorrect overload selection from binary dependencies in a shared native source set
  • KT-68573 ISE: "Unexpected constant value (kotlin/annotation/AnnotationTarget, CLASS)" at Kt1DescUtilsKt.toKtConstantValue()

... (truncated)

Commits

Updates org.jetbrains.kotlin:kotlin-test-junit from 2.0.21 to 2.1.10

Release notes

Sourced from org.jetbrains.kotlin:kotlin-test-junit's releases.

Kotlin 2.1.10-RC2

Changelog

Compiler

  • KT-73858 Compose / iOS: NullPointerException on building
  • KT-74040 Compilation of inner class usage does not check the visibility of parent class during compilation in different rounds

Compose compiler

  • b/381407900 Avoid adding Compose annotations on synthetic classes
  • CMP-5680 Compose compiler: unexpected stability warnings for classes compiled with 2.0.10

Kotlin 2.1.10-RC

Changelog

Compiler

  • KT-73454 K2: Fix type parameters mapping for typealiases with inner RHS
  • KT-73043 K2 Compiler does not allow references to inner constructors with typealiases
  • KT-73339 K2: "VerifyError: Bad type on operand stack" because of missing implicit cast on generic field receiver with star projection
  • KT-72585 K2: Compilation failure when upgrading to Kotlin 2.0.20+: Cannot replace top-level type with star projection: S
  • KT-73399 compile-time JVM codegen failure on a KProperty argument of a KSuspendFunction parameter
  • KT-72725 KMP: Unsupported actualization of inherited java field in expect class
  • KT-73153 K2: Standalone diagnostics on type arguments are not reported

Compose compiler

  • CMP-5680 Compose compiler: unexpected stability warnings for classes compiled with 2.0.10

IR. Inlining

  • KT-73981 Cherry-pick the fix for KT-73482 to 2.1.10

JavaScript

  • KT-58797 Optimize the code generated for objects on JS and Wasm backends
  • KT-70778 Kotlin Js companion is undefined in production build
  • KT-73130 KJS: Missed break for do/while in generated JS code

Klibs

  • KT-73951 Workaround for "Partial linkage engine may not patch some discrepancies in IR when compiling Kotlin/Native static caches" in 2.1.10

Native

  • KT-73559 K/Native: AndroidNativeArm64 linking fails starting from Kotlin 2.1.0

Tools. CLI

  • KT-73967 JDK 25: "IllegalArgumentException: 25-ea" with EA builds

Tools. Daemon

  • KT-73311 "Unable to release compile session, maybe daemon is already down" flakiness

Tools. Gradle

  • KT-73728 'generatePomFileForMavenPublication' creates pom with dependencies with 'unspecified' version

Tools. Gradle. Multiplatform

  • KT-73620 KMP 2.1.0: Transitive dependency is broken when setting publication groupId

Tools. Gradle. Native

  • KT-73572 [Gradle] kotlin.native.cacheKind=none doesn't work anymore
  • KT-62826 Show a warning when KGP and K/N versions mismatch
  • KT-71419 Light bundle KGP IT run against a stable K/N version

Kotlin 2.1.0

Changelog

... (truncated)

Changelog

Sourced from org.jetbrains.kotlin:kotlin-test-junit's changelog.

2.1.0

Analysis API

New Features

  • KT-68603 KotlinDirectInheritorsProvider: add an option to ignore non-kotlin results

Performance Improvements

  • KT-70757 Performance problem in KaFirVisibilityChecker for KaFirPsiJavaClassSymbol

Fixes

  • KT-70437 Class reference is not resolvable
  • KT-57733 Analysis API: Use optimized ModuleWithDependenciesScopes in combined symbol providers
  • KT-72389 K2: False positive "Redundant 'protected' modifier" for protected property inside protected constructor from private or internal class
  • KT-69190 K2: False-positive "redundant private modifier"
  • KT-64984 Analysis API: Support Wasm target
  • KT-70375 K2: NPE at org.jetbrains.kotlin.analysis.api.fir.symbols.KaFirNamedClassSymbolBase.createPointer
  • KT-71259 K2 evaluator: Invalid smart cast info collecting for Code Fragments
  • KT-69360 Lack of implicit receiver for the last statement under lambda in scripts
  • KT-70890 Analysis API: Experiment with weak references to LL FIR/analysis sessions in session caches
  • KT-70657 Analysis API: Inner types from classes with generics are incorrectly represented by the compiled jars
  • KT-71055 Suspend calls inside 'analyze()' break the block guarantees
  • KT-70815 Analysis API: Implement stop-the-world session invalidation
  • KT-69819 K2 IDE: LHS type in callable references is unresolved when it has type arguments and is qualified
  • KT-68761 Analysis API: Experiment with limited-size cache in KaFirSessionProvider
  • KT-70384 Analysis API Standalone: The same class in the same two renamed jars is unresolved
  • KT-71067 Exceptions from references cancel Find Usages
  • KT-69535 Redesign 'containingSymbol'
  • KT-71025 K2 IDE: Scopes in "importingScopeContext" have reversed ordering and "indexInTower" values
  • KT-67483 K2 IDE: Serializable plugin causes infinite resolve recursion when there is a star import from a class with annotation call
  • KT-69416 K2 IDE / Completion: “No classifier found” on simple value creating
  • KT-70257 CCE: class kotlin.UInt cannot be cast to class java.lang.Number
  • KT-70376 K2 IDE / Kotlin Debugger: IAE “Only componentN functions should be cached this way, but got: toString” on evaluating toString() method for value class
  • KT-70264 AA: service registration via XML fails with AbstractMethodError in Lint CLI
  • KT-69950 Analysis API: Introduce isSubtypeOf(ClassId)
  • KT-68625 K2: “lazyResolveToPhase(STATUS) cannot be called from a transformer with a phase STATUS.”
  • KT-67665 K2: contract violation for value class with a constructor parameter with an implicit type
  • KT-67009 Analysis API: Add abbreviated type tests for type aliases from source modules
  • KT-69977 KaFirFunctionalType#getAbbreviation is always null
  • KT-68341 Analysis API: Expanded function types from libraries don't have an abbreviated type
  • KT-68857 Analysis API: Refactor annotations
  • KT-70386 Do not filter out overloads from different libraries in dangling files
  • KT-65552 K2: CANNOT_CHECK_FOR_ERASED in KtTypeCodeFragment
  • KT-65803 K2: Analysis API: KtFirTypeProvider#getSubstitutedSuperTypes throws an exception in the case of "Wrong number of type arguments"
  • KT-68896 Support VirtualFile binary dependency inputs to Analysis API modules
  • KT-69395 K2 IDE: incorrect overload selection from binary dependencies in a shared native source set
  • KT-68573 ISE: "Unexpected constant value (kotlin/annotation/AnnotationTarget, CLASS)" at Kt1DescUtilsKt.toKtConstantValue()

... (truncated)

Commits

Updates org.jetbrains.kotlin.kapt from 2.0.21 to 2.1.10

Release notes

Sourced from org.jetbrains.kotlin.kapt's releases.

Kotlin 2.1.10-RC2

Changelog

Compiler

  • KT-73858 Compose / iOS: NullPointerException on building
  • KT-74040 Compilation of inner class usage does not check the visibility of parent class during compilation in different rounds

Compose compiler

  • b/381407900 Avoid adding Compose annotations on synthetic classes
  • CMP-5680 Compose compiler: unexpected stability warnings for classes compiled with 2.0.10

Kotlin 2.1.10-RC

Changelog

Compiler

  • KT-73454 K2: Fix type parameters mapping for typealiases with inner RHS
  • KT-73043 K2 Compiler does not allow references to inner constructors with typealiases
  • KT-73339 K2: "VerifyError: Bad type on operand stack" because of missing implicit cast on generic field receiver with star projection
  • KT-72585 K2: Compilation failure when upgrading to Kotlin 2.0.20+: Cannot replace top-level type with star projection: S
  • KT-73399 compile-time JVM codegen failure on a KProperty argument of a KSuspendFunction parameter
  • KT-72725 KMP: Unsupported actualization of inherited java field in expect class
  • KT-73153 K2: Standalone diagnostics on type arguments are not reported

Compose compiler

  • CMP-5680 Compose compiler: unexpected stability warnings for classes compiled with 2.0.10

IR. Inlining

  • KT-73981 Cherry-pick the fix for KT-73482 to 2.1.10

JavaScript

  • KT-58797 Optimize the code generated for objects on JS and Wasm backends
  • KT-70778 Kotlin Js companion is undefined in production build
  • KT-73130 KJS: Missed break for do/while in generated JS code

Klibs

  • KT-73951 Workaround for "Partial linkage engine may not patch some discrepancies in IR when compiling Kotlin/Native static caches" in 2.1.10

Native

  • KT-73559 K/Native: AndroidNativeArm64 linking fails starting from Kotlin 2.1.0

Tools. CLI

  • KT-73967 JDK 25: "IllegalArgumentException: 25-ea" with EA builds

Tools. Daemon

  • KT-73311 "Unable to release compile session, maybe daemon is already down" flakiness

Tools. Gradle

  • KT-73728 'generatePomFileForMavenPublication' creates pom with dependencies with 'unspecified' version

Tools. Gradle. Multiplatform

  • KT-73620 KMP 2.1.0: Transitive dependency is broken when setting publication groupId

Tools. Gradle. Native

  • KT-73572 [Gradle] kotlin.native.cacheKind=none doesn't work anymore
  • KT-62826 Show a warning when KGP and K/N versions mismatch
  • KT-71419 Light bundle KGP IT run against a stable K/N version

Kotlin 2.1.0

Changelog

... (truncated)

Changelog

Sourced from org.jetbrains.kotlin.kapt's changelog.

2.1.0

Analysis API

New Features

  • KT-68603 KotlinDirectInheritorsProvider: add an option to ignore non-kotlin results

Performance Improvements

  • KT-70757 Performance problem in KaFirVisibilityChecker for KaFirPsiJavaClassSymbol

Fixes

  • KT-70437 Class reference is not resolvable
  • KT-57733 Analysis API: Use optimized ModuleWithDependenciesScopes in combined symbol providers
  • KT-72389 K2: False positive "Redundant 'protected' modifier" for protected property inside protected constructor from private or internal class
  • KT-69190 K2: False-positive "redundant private modifier"
  • KT-64984 Analysis API: Support Wasm target
  • KT-70375 K2: NPE at org.jetbrains.kotlin.analysis.api.fir.symbols.KaFirNamedClassSymbolBase.createPointer
  • KT-71259 K2 evaluator: Invalid smart cast info collecting for Code Fragments
  • KT-69360 Lack of implicit receiver for the last statement under lambda in scripts
  • KT-70890 Analysis API: Experiment with weak references to LL FIR/analysis sessions in session caches
  • KT-70657 Analysis API: Inner types from classes with generics are incorrectly represented by the compiled jars
  • KT-71055 Suspend calls inside 'analyze()' break the block guarantees
  • KT-70815 Analysis API: Implement stop-the-world session invalidation
  • KT-69819 K2 IDE: LHS type in callable references is unresolved when it has type arguments and is qualified
  • KT-68761 Analysis API: Experiment with limited-size cache in KaFirSessionProvider
  • KT-70384 Analysis API Standalone: The same class in the same two renamed jars is unresolved
  • KT-71067 Exceptions from references cancel Find Usages
  • KT-69535 Redesign 'containingSymbol'
  • KT-71025 K2 IDE: Scopes in "importingScopeContext" have reversed ordering and "indexInTower" values
  • KT-67483 K2 IDE: Serializable plugin causes infinite resolve recursion when there is a star import from a class with annotation call
  • KT-69416 K2 IDE / Completion: “No classifier found” on simple value creating
  • KT-70257 CCE: class kotlin.UInt cannot be cast to class java.lang.Number
  • KT-70376 K2 IDE / Kotlin Debugger: IAE “Only componentN functions should be cached this way, but got: toString” on evaluating toString() method for value class
  • KT-70264 AA: service registration via XML fails with AbstractMethodError in Lint CLI
  • KT-69950 Analysis API: Introduce isSubtypeOf(ClassId)
  • KT-68625 K2: “lazyResolveToPhase(STATUS) cannot be called from a transformer with a phase STATUS.”
  • KT-67665 K2: contract violation for value class with a constructor parameter with an implicit type
  • KT-67009 Analysis API: Add abbreviated type tests for type aliases from source modules
  • KT-69977 KaFirFunctionalType#getAbbreviation is always null
  • KT-68341 Analysis API: Expanded function types from libraries don't have an abbreviated type
  • KT-68857 Analysis API: Refactor annotations
  • KT-70386 Do not filter out overloads from different libraries in dangling files
  • KT-65552 K2: CANNOT_CHECK_FOR_ERASED in KtTypeCodeFragment
  • KT-65803 K2: Analysis API: KtFirTypeProvider#getSubstitutedSuperTypes throws an exception in the case of "Wrong number of type arguments"
  • KT-68896 Support VirtualFile binary dependency inputs to Analysis API modules
  • KT-69395 K2 IDE: incorrect overload selection from binary dependencies in a shared native source set
  • KT-68573 ISE: "Unexpected constant value (kotlin/annotation/AnnotationTarget, CLASS)" at Kt1DescUtilsKt.toKtConstantValue()

... (truncated)

Commits

Updates org.jetbrains.kotlin.plugin.allopen from 2.0.21 to 2.1.10

Release notes

Sourced from org.jetbrains.kotlin.plugin.allopen's releases.

Kotlin 2.1.10-RC2

Changelog

Compiler

  • KT-73858 Compose / iOS: NullPointerException on building
  • KT-74040 Compilation of inner class usage does not check the visibility of parent class during compilation in different rounds

Compose compiler

  • b/381407900 Avoid adding Compose annotations on synthetic classes
  • CMP-5680 Compose compiler: unexpected stability warnings for classes compiled with 2.0.10

Kotlin 2.1.10-RC

Changelog

Compiler

  • KT-73454 K2: Fix type parameters mapping for typealiases with inner RHS
  • KT-73043 K2 Compiler does not allow references to inner constructors with typealiases
  • KT-73339 K2: "VerifyError: Bad type on operand stack" because of missing implicit cast on generic field receiver with star projection
  • KT-72585 K2: Compilation failure when upgrading to Kotlin 2.0.20+: Cannot replace top-level type with star projection: S
  • KT-73399 compile-time JVM codegen failure on a KProperty argument of a KSuspendFunction parameter
  • KT-72725 KMP: Unsupported actualization of inherited java field in expect class
  • KT-73153 K2: Standalone diagnostics on type arguments are not reported

Compose compiler

  • CMP-5680 Compose compiler: unexpected stability warnings for classes compiled with 2.0.10

IR. Inlining

  • KT-73981 Cherry-pick the fix for KT-73482 to 2.1.10

JavaScript

  • KT-58797 Optimize the code generated for objects on JS and Wasm backends
  • KT-70778 Kotlin Js companion is undefined in production build
  • KT-73130 KJS: Missed break for do/while in generated JS code

Klibs

  • KT-73951 Workaround for "Partial linkage engine may not patch some discrepancies in IR when compiling Kotlin/Native static caches" in 2.1.10

Native

  • KT-73559 K/Native: AndroidNativeArm64 linking fails starting from Kotlin 2.1.0

Tools. CLI

  • KT-73967 JDK 25: "IllegalArgumentException: 25-ea" with EA builds

Tools. Daemon

  • KT-73311 "Unable to release compile session, maybe daemon is already down" flakiness

Tools. Gradle

  • KT-73728 'generatePomFileForMavenPublication' creates pom with dependencies with 'unspecified' version

Tools. Gradle. Multiplatform

  • KT-73620 KMP 2.1.0: Transitive dependency is broken when setting publication groupId

Tools. Gradle. Native

  • KT-73572 [Gradle] kotlin.native.cacheKind=none doesn't work anymore
  • KT-62826 Show a warning when KGP and K/N versions mismatch
  • KT-71419 Light bundle KGP IT run against a stable K/N version

Kotlin 2.1.0

Changelog

... (truncated)

Changelog

Sourced from org.jetbrains.kotlin.plugin.allopen's changelog.

2.1.0

Analysis API

New Features

  • KT-68603 KotlinDirectInheritorsProvider: add an option to ignore non-kotlin results

Performance Improvements

  • KT-70757 Performance problem in KaFirVisibilityChecker for KaFirPsiJavaClassSymbol

Fixes

  • KT-70437 Class reference is not resolvable
  • KT-57733 Analysis API: Use optimized ModuleWithDependenciesScopes in combined symbol providers
  • KT-72389 K2: False positive "Redundant 'protected' modifier" for protected property inside protected constructor from private or internal class
  • KT-69190 K2: False-positive "redundant private modifier"
  • KT-64984 Analysis API: Support Wasm target
  • KT-70375 K2: NPE at org.jetbrains.kotlin.analysis.api.fir.symbols.KaFirNamedClassSymbolBase.createPointer
  • KT-71259 K2 evaluator: Invalid smart cast info collecting for Code Fragments
  • KT-69360 Lack of implicit receiver for the last statement under lambda in scripts
  • KT-70890 Analysis API: Experiment with weak references to LL FIR/analysis sessions in session caches
  • KT-70657 Analysis API: Inner types from classes with generics are incorrectly represented by the compiled jars
  • KT-71055 Suspend calls inside 'analyze()' break the block guarantees
  • KT-70815 Analysis API: Implement stop-the-world session invalidation
  • KT-69819 K2 IDE: LHS type in callable references is unresolved when it has type arguments and is qualified
  • KT-68761 Analysis API: Experiment with limited-size cache in KaFirSessionProvider
  • KT-70384 Analysis API Standalone: The same class in the same two renamed jars is unresolved
  • KT-71067 Exceptions from references cancel Find Usages
  • KT-69535 Redesign 'containingSymbol'
  • KT-71025 K2 IDE: Scopes in "importingScopeContext" have reversed ordering and "indexInTower" values
  • KT-67483 K2 IDE: Serializable plugin causes infinite resolve recursion when there is a star import from a class with annotation call
  • KT-69416 K2 IDE / Completion: “No classifier found” on simple value creating
  • KT-70257 CCE: class kotlin.UInt cannot be cast to class java.lang.Number
  • KT-70376 K2 IDE / Kotlin Debugger: IAE “Only componentN functions should be cached this way, but got: toString” on evaluating toString() method for value class
  • KT-70264 AA: service registration via XML fails with AbstractMethodError in Lint CLI
  • KT-69950 Analysis API: Introduce isSubtypeOf(ClassId)
  • KT-68625 K2: “lazyResolveToPhase(STATUS) cannot be called from a transformer with a phase STATUS.”
  • KT-67665 K2: contract violation for value class with a constructor parameter with an implicit type
  • KT-67009 Analysis API: Add abbreviated type tests for type aliases from source modules
  • KT-69977 KaFirFunctionalType#getAbbreviation is always null
  • KT-68341 Analysis API: Expanded function types from libraries don't have an abbreviated type
  • KT-68857 Analysis API: Refactor annotations
  • KT-70386 Do not filter out overloads from different libraries in dangling files
  • KT-65552 K2: CANNOT_CHECK_FOR_ERASED in KtTypeCodeFragment
  • KT-65803 K2: Analysis API: KtFirTypeProvider#getSubstitutedSuperTypes throws an exception in the case of "Wrong number of type arguments"
  • KT-68896 Support VirtualFile binary dependency inputs to Analysis API modules
  • KT-69395 K2 IDE: incorrect overload selection from binary dependencies in a shared native source set
  • KT-68573 ISE: "Unexpected constant value (kotlin/annotation/AnnotationTarget, CLASS)" at Kt1DescUtilsKt.toKtConstantValue()

... (truncated)

Commits

Updates org.jetbrains.kotlin.android from 2.0.21 to 2.1.10

Release notes

Sourced from org.jetbrains.kotlin.android's releases.

Kotlin 2.1.10-RC2

Changelog

Compiler

  • KT-73858 Compose / iOS: NullPointerException on building
  • KT-74040 Compilation of inner class usage does not check the visibility of parent class during compilation in different rounds

Compose compiler

  • b/381407900 Avoid adding Compose annotations on synthetic classes
  • CMP-5680 Compose compiler: unexpected stability warnings for classes compiled with 2.0.10

Kotlin 2.1.10-RC

Changelog

Compiler

  • KT-73454 K2: Fix type parameters mapping for typealiases with inner RHS
  • KT-73043 K2 Compiler does not allow references to inner constructors with typealiases
  • KT-73339 K2: "VerifyError: Bad type on operand stack" because of missing implicit cast on generic field receiver with star projection
  • KT-72585 K2: Compilation failure when upgrading to Kotlin 2.0.20+: Cannot replace top-level type with star projection: S
  • KT-73399 compile-time JVM codegen failure on a KProperty argument of a KSuspendFunction parameter
  • KT-72725 KMP: Unsupported actualization of inherited java field in expect class
  • KT-73153 K2: Standalone diagnostics on type arguments are not reported

Compose compiler

  • CMP-5680 Compose compiler: unexpected stability warnings for classes compiled with 2.0.10

IR. Inlining

  • KT-73981 Cherry-pick the fix for KT-73482 to 2.1.10

JavaScript

  • KT-58797 Optimize the code generated for objects on JS and Wasm backends
  • KT-70778 Kotlin Js companion is undefined in production build
  • KT-73130 KJS: Missed break for do/while in generated JS code

Klibs

  • KT-73951 Workaround for "Partial linkage engine may not patch some discrepancies in IR when compiling Kotlin/Native static caches" in 2.1.10

Native

  • KT-73559 K/Native: AndroidNativeArm64 linking fails starting from Kotlin 2.1.0

Tools. CLI

  • KT-73967 JDK 25: "IllegalArgumentException: 25-ea" with EA builds

Tools. Daemon

  • KT-73311 "Unable to release compile session, maybe daemon is already down" flakiness

Tools. Gradle

  • KT-73728 'generatePomFileForMavenPublication' creates pom with dependencies with 'unspecified' version

Tools. Gradle. Multiplatform

  • KT-73620 KMP 2.1.0: Transitive dependency is broken when setting publication groupId

Tools. Gradle. Native

  • KT-73572 [Gradle] kotlin.native.cacheKind=none doesn't work anymore
  • KT-62826 Show a warning when KGP and K/N versions mismatch
  • KT-71419 Light bundle KGP IT run against a stable K/N version

Kotlin 2.1.0

Changelog

... (truncated)

Changelog

Sourced from org.jetbrains.kotlin.android's changelog.

2.1.0

Analysis API

New Features

  • KT-68603 KotlinDirectInheritorsProvider: add an option to ignore non-kotlin results

Performance Improvements

  • KT-70757 Performance problem in KaFirVisibilityChecker for KaFirPsiJavaClassSymbol

Fixes

  • KT-70437 Class reference is not resolvable
  • KT-57733 Analysis API: Use optimized ModuleWithDependenciesScopes in combined symbol providers
  • KT-72389 K2: False positive "Redundant 'protected' modifier" for protected property inside protected constructor from private or internal class
  • KT-69190 K2: False-positive "redundant private modifier"
  • KT-64984 Analysis API: Support Wasm target
  • KT-70375 K2: NPE at org.jetbrains.kotlin.analysis.api.fir.symbols.KaFirNamedClassSymbolBase.createPointer
  • KT-71259 K2 evaluator: Invalid smart cast info collecting for Code Fragments
  • KT-69360 Lack of implicit receiver for the last statement under lambda in scripts
  • KT-70890 Analysis API: Experiment with weak references to LL FIR/analysis sessions in session caches
  • KT-70657 Analysis API: Inner types from classes with generics are incorrectly represented by the compiled jars
  • KT-71055 Suspend calls inside 'analyze()' break the block guarantees
  • KT-70815 Analysis API: Implement stop-the-world session invalidation
  • KT-69819 K2 IDE: LHS type in callable references is unresolved when it has type arguments and is qualified
  • KT-68761 Analysis API: Experiment with limited-size cache in KaFirSessionProvider
  • KT-70384 Analysis API Standalone: The same class in the same two renamed jars is unresolved
  • KT-71067 Exceptions from references cancel Find Usages
  • KT-69535 Redesign 'containingSymbol'
  • KT-71025 K2 IDE: Scopes in "importingScopeContext" have reversed ordering and "indexInTower" values
  • KT-67483 K2 IDE: Serializable plugin causes infinite resolve recursion when there is a star import from a class with annotation call
  • KT-69416 K2 IDE / Completion: “No classifier found” on simple value creating
  • KT-70257 CCE: class kotlin.UInt cannot be cast to class java.lang.Number
  • KT-70376 K2 IDE / Kotlin Debugger: IAE “Only componentN functions should be cached this way, but got: toString” on evaluating toString() method for value class
  • KT-70264 AA: service registration via XML fails with AbstractMethodError in Lint CLI
  • KT-69950 Analysis API: Introduce isSubtypeOf(ClassId)
  • KT-68625 K2: “lazyResolveToPhase(STATUS) cannot be called from a transformer with a phase STATUS.”
  • KT-67665 K2: contract violation for value class with a constructor parameter with an implicit type
  • KT-67009 Analysis API: Add abbreviated type tests for type aliases from source modules
  • KT-69977 KaFirFunctionalType#getAbbreviation is always null
  • KT-68341 Analysis API: Expanded function types from libraries don't have an abbreviated type
  • KT-68857 Analysis API: Refactor annotations
  • KT-70386 Do not filter out overloads from different libraries in dangling files
  • KT-65552 K2: CANNOT_CHECK_FOR_ERASED in KtTypeCodeFragment
  • KT-65803 K2: Analysis API: KtFirTypeProvider#getSubstitutedSuperTypes throws an exception in the case of "Wrong number of type arguments"
  • KT-68896 Support VirtualFile binary dependency inputs to Analysis API modules
  • KT-69395 K2 IDE: incorrect overload selection from binary dependencies in a shared native source set
  • KT-68573 ISE: "Unexpected constant value (kotlin/annotation/AnnotationTarget, CLASS)" at Kt1DescUtilsKt.toKtConstantValue()

... (truncated)

Commits

Updates org.jetbrains.kotlin.plugin.compose from 2.0.21 to 2.1.10

Release notes

Sourced from org.jetbrains.kotlin.plugin.compose's releases.

Kotlin 2.1.10-RC2

Changelog

Compiler

  • KT-73858 Compose / iOS: NullPointerException on building
  • KT-74040 Compilation of inner class usage does not check the visibility of parent class during compilation in different rounds

Compose compiler

  • b/381407900 Avoid adding Compose annotations on synthetic classes
  • CMP-5680 Compose compiler: unexpected stability warnings for classes compiled with 2.0.10

Kotlin 2.1.10-RC

Changelog

Compiler

  • KT-73454 K2: Fix type parameters mapping for typealiases with inner RHS
  • KT-73043 K2 Compiler does not allow references to inner constructors with typealiases
  • KT-73339 K2: "VerifyError: Bad type on operand stack" because of missing implicit cast on generic field receiver with star projection
  • KT-72585 K2: Compilation failure when upgrading to Kotlin 2.0.20+: Cannot replace top-level type with star projection: S
  • KT-73399 compile-time JVM codegen failure on a KProperty argument of a KSuspendFunction parameter
  • KT-72725 KMP: Unsupported actualization of inherited java field in expect class
  • KT-73153 K2: Standalone diagnostics on type arguments are not reported

Compose compiler

  • CMP-5680 Compose compiler: unexpected stability warnings for classes compiled with 2.0.10

IR. Inlining

  • KT-73981 Cherry-pick the fix for KT-73482 to 2.1.10

JavaScript

  • KT-58797 Optimize the code generated for objects on JS and Wasm backends
  • KT-70778 Kotlin Js companion is undefined in production build
  • KT-73130 KJS: Missed break for do/while in generated JS code

Klibs

@dependabot dependabot Bot requested review from a team and nbradbury and removed request for a team January 27, 2025 08:57
@dangermattic

Copy link
Copy Markdown
Collaborator
1 Warning
⚠️ PR is not assigned to a milestone.

Generated by 🚫 Danger

@wpmobilebot

Copy link
Copy Markdown
Contributor

Project dependencies changes

The following changes in project dependencies were detected (configuration wordpressVanillaReleaseRuntimeClasspath):

list
Upgraded Dependencies
org.jetbrains.kotlin:kotlin-android-extensions-runtime:2.1.10, (changed from 2.0.21)
org.jetbrains.kotlin:kotlin-parcelize-runtime:2.1.10, (changed from 2.0.21)
org.jetbrains.kotlin:kotlin-stdlib:2.1.10, (changed from 2.0.21)
org.jetbrains.kotlin:kotlin-stdlib-common:2.1.10, (changed from 2.0.21)
tree
 +--- androidx.databinding:viewbinding:8.5.1
 |    \--- androidx.annotation:annotation:1.0.0 -> 1.9.1
 |         \--- androidx.annotation:annotation-jvm:1.9.1
-|              \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.0.21
-|                   +--- org.jetbrains:annotations:13.0 -> 23.0.0
-|                   +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.0 -> 1.9.10 (c)
-|                   +--- org.jetbrains.kotlin:kotlin-stdlib-common:2.0.21 (c)
-|                   \--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.0 -> 1.9.10 (c)
+|              \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.10
+|                   +--- org.jetbrains:annotations:13.0 -> 23.0.0
+|                   +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.0 -> 1.9.10 (c)
+|                   +--- org.jetbrains.kotlin:kotlin-stdlib-common:2.1.10 (c)
+|                   \--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.0 -> 1.9.10 (c)
-+--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 (*)
++--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 (*)
 +--- androidx.navigation:navigation-compose:2.8.5
 |    +--- androidx.activity:activity-compose:1.8.0 -> 1.9.3
 |    |    +--- androidx.activity:activity-ktx:1.9.3
 |    |    |    +--- androidx.activity:activity:1.9.3
 |    |    |    |    +--- androidx.collection:collection:1.0.0 -> 1.4.4
 |    |    |    |    |    \--- androidx.collection:collection-jvm:1.4.4
-|    |    |    |    |         \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.0.21 (*)
+|    |    |    |    |         \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.10 (*)
 |    |    |    |    +--- androidx.core:core:1.13.0 -> 1.13.1
 |    |    |    |    |    +--- androidx.annotation:annotation-experimental:1.4.0 -> 1.4.1
-|    |    |    |    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.7.10 -> 2.0.21 (*)
+|    |    |    |    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.7.10 -> 2.1.10 (*)
 |    |    |    |    |    +--- androidx.lifecycle:lifecycle-runtime:2.6.2 -> 2.8.7
 |    |    |    |    |    |    \--- androidx.lifecycle:lifecycle-runtime-android:2.8.7
 |    |    |    |    |    |         +--- androidx.lifecycle:lifecycle-common:2.8.7
 |    |    |    |    |    |         |    \--- androidx.lifecycle:lifecycle-common-jvm:2.8.7
-|    |    |    |    |    |         |         +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.0.21 (*)
+|    |    |    |    |    |         |         +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.10 (*)
 |    |    |    |    |    |         |         \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 -> 1.8.1
 |    |    |    |    |    |         |              \--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.8.1
-|    |    |    |    |    |         |                   \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.21 -> 2.0.21 (*)
+|    |    |    |    |    |         |                   \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.21 -> 2.1.10 (*)
-|    |    |    |    |    |         +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.0.21 (*)
+|    |    |    |    |    |         +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.10 (*)
 |    |    |    |    |    |         \--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3 -> 1.8.1
-|    |    |    |    |    |              \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.21 -> 2.0.21 (*)
+|    |    |    |    |    |              \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.21 -> 2.1.10 (*)
-|    |    |    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.0.21 (*)
+|    |    |    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.10 (*)
 |    |    |    |    +--- androidx.lifecycle:lifecycle-viewmodel:2.6.1 -> 2.8.7
 |    |    |    |    |    \--- androidx.lifecycle:lifecycle-viewmodel-android:2.8.7
-|    |    |    |    |         \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.0.21 (*)
+|    |    |    |    |         \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.10 (*)
 |    |    |    |    +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.6.1 -> 2.8.7
 |    |    |    |    |    +--- androidx.core:core-ktx:1.2.0 -> 1.13.1
-|    |    |    |    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.0.21 (*)
+|    |    |    |    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.10 (*)
 |    |    |    |    |    +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7
-|    |    |    |    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.0.21 (*)
+|    |    |    |    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.10 (*)
 |    |    |    |    |    +--- androidx.savedstate:savedstate:1.2.1
-|    |    |    |    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.10 -> 2.0.21 (*)
+|    |    |    |    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.10 -> 2.1.10 (*)
-|    |    |    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.0.21 (*)
+|    |    |    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.10 (*)
-|    |    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.0.21 (*)
+|    |    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.10 (*)
 |    |    |    +--- androidx.lifecycle:lifecycle-runtime-ktx:2.6.1 -> 2.8.7
 |    |    |    |    \--- androidx.lifecycle:lifecycle-runtime-ktx-android:2.8.7
-|    |    |    |         \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.0.21 (*)
+|    |    |    |         \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.10 (*)
 |    |    |    +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.1 -> 2.8.7
-|    |    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.0.21 (*)
+|    |    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.10 (*)
 |    |    |    +--- androidx.savedstate:savedstate-ktx:1.2.1
-|    |    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.10 -> 2.0.21 (*)
+|    |    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.10 -> 2.1.10 (*)
-|    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.0.21 (*)
+|    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.10 (*)
 |    |    +--- androidx.compose.runtime:runtime:1.0.1 -> 1.7.6
 |    |    |    \--- androidx.compose.runtime:runtime-android:1.7.6
-|    |    |         \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.0.21 (*)
+|    |    |         \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.10 (*)
 |    |    +--- androidx.compose.runtime:runtime-saveable:1.0.1 -> 1.7.6
 |    |    |    \--- androidx.compose.runtime:runtime-saveable-android:1.7.6
-|    |    |         \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.0.21 (*)
+|    |    |         \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.10 (*)
 |    |    +--- androidx.compose.ui:ui:1.0.1 -> 1.7.6
 |    |    |    \--- androidx.compose.ui:ui-android:1.7.6
 |    |    |         +--- androidx.compose.ui:ui-geometry:1.7.6
 |    |    |         |    \--- androidx.compose.ui:ui-geometry-android:1.7.6
 |    |    |         |         +--- androidx.compose.ui:ui-util:1.7.6
 |    |    |         |         |    \--- androidx.compose.ui:ui-util-android:1.7.6
-|    |    |         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.0.21 (*)
+|    |    |         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.10 (*)
-|    |    |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.0.21 (*)
+|    |    |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.10 (*)
 |    |    |         +--- androidx.compose.ui:ui-graphics:1.7.6
 |    |    |         |    \--- androidx.compose.ui:ui-graphics-android:1.7.6
 |    |    |         |         +--- androidx.compose.ui:ui-unit:1.7.6
 |    |    |         |         |    \--- androidx.compose.ui:ui-unit-android:1.7.6
-|    |    |         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.0.21 (*)
+|    |    |         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.10 (*)
 |    |    |         |         +--- androidx.graphics:graphics-path:1.0.1
-|    |    |         |         |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.0.21 (*)
+|    |    |         |         |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.10 (*)
-|    |    |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.0.21 (*)
+|    |    |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.10 (*)
 |    |    |         +--- androidx.compose.ui:ui-text:1.7.6
 |    |    |         |    \--- androidx.compose.ui:ui-text-android:1.7.6
 |    |    |         |         +--- androidx.emoji2:emoji2:1.2.0 -> 1.3.0
 |    |    |         |         |    \--- androidx.lifecycle:lifecycle-process:2.4.1 -> 2.8.7
-|    |    |         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.0.21 (*)
+|    |    |         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.10 (*)
-|    |    |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.0.21 (*)
+|    |    |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.10 (*)
 |    |    |         +--- androidx.customview:customview-poolingcontainer:1.0.0
-|    |    |         |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.21 -> 2.0.21 (*)
+|    |    |         |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.21 -> 2.1.10 (*)
-|    |    |         \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.0.21 (*)
+|    |    |         \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.10 (*)
-|    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.0.21 (*)
+|    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.10 (*)
 |    +--- androidx.compose.animation:animation:1.7.2 -> 1.7.6
 |    |    \--- androidx.compose.animation:animation-android:1.7.6
 |    |         +--- androidx.compose.animation:animation-core:1.7.6
 |    |         |    \--- androidx.compose.animation:animation-core-android:1.7.6
-|    |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.0.21 (*)
+|    |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.10 (*)
 |    |         +--- androidx.compose.foundation:foundation-layout:1.7.6
 |    |         |    \--- androidx.compose.foundation:foundation-layout-android:1.7.6
-|    |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.0.21 (*)
+|    |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.10 (*)
-|    |         \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.0.21 (*)
+|    |         \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.10 (*)
 |    +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.6.2 -> 2.8.7
 |    |    \--- androidx.lifecycle:lifecycle-viewmodel-compose-android:2.8.7
-|    |         \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.0.21 (*)
+|    |         \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.10 (*)
 |    +--- androidx.navigation:navigation-runtime-ktx:2.8.5
 |    |    +--- androidx.navigation:navigation-common-ktx:2.8.5
 |    |    |    \--- androidx.navigation:navigation-common:2.8.5
-|    |    |         +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.0.21 (*)
+|    |    |         +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.10 (*)
 |    |    |         \--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.6.3
 |    |    |              \--- org.jetbrains.kotlinx:kotlinx-serialization-core-jvm:1.6.3
-|    |    |                   +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.22 -> 2.0.21 (*)
+|    |    |                   +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.22 -> 2.1.10 (*)
-|    |    |                   \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.9.22 -> 2.0.21
-|    |    |                        \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 (*)
+|    |    |                   \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.9.22 -> 2.1.10
+|    |    |                        \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 (*)
 |    |    \--- androidx.navigation:navigation-runtime:2.8.5
-|    |         \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.0.21 (*)
+|    |         \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.10 (*)
-|    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.0.21 (*)
+|    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.10 (*)
 +--- project :libs:analytics
 |    +--- com.automattic:Automattic-Tracks-Android:5.1.0
 |    |    \--- com.squareup.okhttp3:okhttp:4.9.0 -> 4.12.0
 |    |         +--- com.squareup.okio:okio:3.6.0 -> 3.9.0
 |    |         |    \--- com.squareup.okio:okio-jvm:3.9.0
-|    |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.21 -> 2.0.21 (*)
+|    |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.21 -> 2.1.10 (*)
 |    |         \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.21 -> 1.9.10
-|    |              +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.10 -> 2.0.21 (*)
+|    |              +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.10 -> 2.1.10 (*)
 |    |              \--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.9.10
-|    |                   \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.10 -> 2.0.21 (*)
+|    |                   \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.10 -> 2.1.10 (*)
 |    \--- androidx.preference:preference:1.2.1
 |         +--- androidx.appcompat:appcompat:1.1.0 -> 1.7.0
 |         |    +--- androidx.fragment:fragment:1.5.4 -> 1.8.5
 |         |    |    +--- androidx.loader:loader:1.0.0
 |         |    |    |    \--- androidx.lifecycle:lifecycle-livedata:2.0.0 -> 2.8.7
 |         |    |    |         +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7
-|         |    |    |         |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.0.21 (*)
+|         |    |    |         |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.10 (*)
-|         |    |    |         \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.0.21 (*)
+|         |    |    |         \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.10 (*)
-|         |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.0.21 (*)
+|         |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.10 (*)
-|         |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.0.21 (*)
+|         |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.10 (*)
 |         +--- androidx.fragment:fragment-ktx:1.3.6 -> 1.8.5
-|         |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.0.21 (*)
+|         |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.10 (*)
 |         \--- androidx.slidingpanelayout:slidingpanelayout:1.2.0
 |              \--- androidx.window:window:1.0.0 -> 1.3.0
 |                   +--- androidx.window.extensions.core:core:1.0.0
-|                   |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.20 -> 2.0.21 (*)
+|                   |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.20 -> 2.1.10 (*)
-|                   \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.0.21 (*)
+|                   \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.10 (*)
 +--- project :libs:image-editor
-|    +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 (*)
+|    +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 (*)
 |    +--- com.google.android.material:material:1.12.0
 |    |    \--- org.jetbrains.kotlin:kotlin-bom:1.8.22
-|    |         +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.0.21 (c)
+|    |         +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.10 (c)
-|    |         \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 2.0.21 (c)
+|    |         \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 2.1.10 (c)
 |    +--- androidx.navigation:navigation-fragment:2.8.5
-|    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.0.21 (*)
+|    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.10 (*)
-|    \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.0.21
-|         +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 (*)
-|         \--- org.jetbrains.kotlin:kotlin-android-extensions-runtime:2.0.21
-|              \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 (*)
+|    \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.1.10
+|         +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 (*)
+|         \--- org.jetbrains.kotlin:kotlin-android-extensions-runtime:2.1.10
+|              \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 (*)
 +--- project :libs:editor
 |    +--- org.wordpress:aztec:{strictly v2.1.4} -> v2.1.4
-|    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.0.21 (*)
+|    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.10 (*)
 |    +--- org.wordpress.aztec:wordpress-shortcodes:{strictly v2.1.4} -> v2.1.4
-|    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.0.21 (*)
+|    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.10 (*)
 |    +--- org.wordpress.aztec:wordpress-comments:{strictly v2.1.4} -> v2.1.4
-|    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.0.21 (*)
+|    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.10 (*)
-|    +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 (*)
+|    +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 (*)
 |    +--- com.facebook.react:react-android:0.73.3
 |    |    \--- com.facebook.fresco:fresco:3.1.3
 |    |         \--- com.facebook.fresco:drawee:3.1.3
 |    |              \--- com.facebook.fresco:imagepipeline:3.1.3
-|    |                   \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.21 -> 2.0.21 (*)
+|    |                   \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.21 -> 2.1.10 (*)
 |    +--- org.wordpress.gutenberg-mobile:react-native-gutenberg-bridge:v1.121.0
 |    |    +--- org.wordpress.react-native-libraries.v6:react-native-safe-area-context:4.8.2
-|    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.21 -> 2.0.21 (*)
+|    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.21 -> 2.1.10 (*)
 |    |    +--- org.wordpress.react-native-libraries.v6:react-native-webview:13.6.1
-|    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.21 -> 2.0.21 (*)
+|    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.21 -> 2.1.10 (*)
 |    |    \--- org.wordpress.react-native-libraries.v6:react-native-gesture-handler:2.14.1
-|    |         \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.21 -> 2.0.21 (*)
+|    |         \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.21 -> 2.1.10 (*)
-|    \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.0.21 (*)
+|    \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.1.10 (*)
 +--- project :libs:fluxc
-|    +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 (*)
+|    +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 (*)
 |    +--- androidx.room:room-runtime:2.6.1
 |    |    +--- androidx.sqlite:sqlite:2.4.0
-|    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.0.21 (*)
+|    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.10 (*)
 |    |    \--- androidx.sqlite:sqlite-framework:2.4.0
-|    |         \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.0.21 (*)
+|    |         \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.10 (*)
 |    +--- androidx.room:room-ktx:2.6.1
-|    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.0.21 (*)
+|    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.10 (*)
-|    \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.0.21 (*)
+|    \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.1.10 (*)
 +--- project :libs:login
-|    +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 (*)
+|    +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 (*)
 |    +--- com.gravatar:gravatar:2.2.0
-|    |    +--- org.jetbrains.kotlin:kotlin-parcelize-runtime:1.9.25 -> 2.0.21 (*)
+|    |    +--- org.jetbrains.kotlin:kotlin-parcelize-runtime:1.9.25 -> 2.1.10 (*)
-|    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.25 -> 2.0.21 (*)
+|    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.25 -> 2.1.10 (*)
 |    +--- androidx.credentials:credentials:1.2.0
-|    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.0.21 (*)
+|    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.10 (*)
 |    \--- androidx.credentials:credentials-play-services-auth:1.2.0
 |         +--- com.google.android.libraries.identity.googleid:googleid:1.1.0
-|         |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.0 -> 2.0.21 (*)
+|         |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.0 -> 2.1.10 (*)
-|         \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.0.21 (*)
+|         \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.10 (*)
 +--- com.automattic:about:1.5.1
-|    +--- org.jetbrains.kotlin:kotlin-parcelize-runtime:1.9.23 -> 2.0.21 (*)
+|    +--- org.jetbrains.kotlin:kotlin-parcelize-runtime:1.9.23 -> 2.1.10 (*)
 |    +--- androidx.compose.ui:ui-tooling:1.6.6 -> 1.7.6
 |    |    \--- androidx.compose.ui:ui-tooling-android:1.7.6
 |    |         +--- androidx.compose.material:material:1.0.0 -> 1.7.6
 |    |         |    \--- androidx.compose.material:material-android:1.7.6
 |    |         |         +--- androidx.compose.foundation:foundation:1.7.6
 |    |         |         |    \--- androidx.compose.foundation:foundation-android:1.7.6
-|    |         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.0.21 (*)
+|    |         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.10 (*)
 |    |         |         +--- androidx.compose.material:material-ripple:1.7.6
 |    |         |         |    \--- androidx.compose.material:material-ripple-android:1.7.6
-|    |         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.0.21 (*)
+|    |         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.10 (*)
-|    |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.0.21 (*)
+|    |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.10 (*)
 |    |         +--- androidx.compose.ui:ui-tooling-data:1.7.6
 |    |         |    \--- androidx.compose.ui:ui-tooling-data-android:1.7.6
-|    |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.0.21 (*)
+|    |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.10 (*)
 |    |         +--- androidx.compose.ui:ui-tooling-preview:1.7.6
 |    |         |    \--- androidx.compose.ui:ui-tooling-preview-android:1.7.6
-|    |         |         \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 2.0.21 (*)
+|    |         |         \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 2.1.10 (*)
-|    |         \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.0.21 (*)
+|    |         \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.10 (*)
 |    +--- androidx.compose.material3:material3-android:1.2.1 -> 1.3.1
 |    |    +--- androidx.compose.material:material-icons-core:1.6.0 -> 1.7.6
 |    |    |    \--- androidx.compose.material:material-icons-core-android:1.7.6
-|    |    |         +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.0.21 (*)
+|    |    |         +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.10 (*)
-|    |    |         \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 2.0.21 (*)
+|    |    |         \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 2.1.10 (*)
-|    |    \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 2.0.21 (*)
+|    |    \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 2.1.10 (*)
-|    \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.23 -> 2.0.21 (*)
+|    \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.23 -> 2.1.10 (*)
 +--- com.gravatar:gravatar-quickeditor:2.2.0
-|    +--- org.jetbrains.kotlin:kotlin-parcelize-runtime:1.9.25 -> 2.0.21 (*)
+|    +--- org.jetbrains.kotlin:kotlin-parcelize-runtime:1.9.25 -> 2.1.10 (*)
 |    +--- com.gravatar:gravatar-ui:2.2.0
 |    |    +--- io.coil-kt:coil-compose:2.7.0
 |    |    |    +--- io.coil-kt:coil-compose-base:2.7.0
 |    |    |    |    +--- io.coil-kt:coil-base:2.7.0
-|    |    |    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.0.21 (*)
+|    |    |    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.10 (*)
-|    |    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.0.21 (*)
+|    |    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.10 (*)
 |    |    |    +--- io.coil-kt:coil:2.7.0
-|    |    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.0.21 (*)
+|    |    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.10 (*)
-|    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.0.21 (*)
+|    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.10 (*)
 |    |    +--- io.coil-kt:coil-svg:2.7.0
-|    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.0.21 (*)
+|    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.10 (*)
-|    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.25 -> 2.0.21 (*)
+|    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.25 -> 2.1.10 (*)
 |    +--- io.github.osipxd:security-crypto-datastore-preferences:1.1.1-beta03
 |    |    +--- io.github.osipxd:encrypted-datastore-preferences:1.1.1-beta03
 |    |    |    +--- io.github.osipxd:encrypted-datastore:1.1.1-beta03
-|    |    |    |    +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.23 -> 2.0.21 (*)
+|    |    |    |    +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.23 -> 2.1.10 (*)
 |    |    |    |    \--- androidx.datastore:datastore-core:1.1.1
 |    |    |    |         \--- androidx.datastore:datastore-core-android:1.1.1
-|    |    |    |              +--- org.jetbrains.kotlin:kotlin-parcelize-runtime:1.9.22 -> 2.0.21 (*)
+|    |    |    |              +--- org.jetbrains.kotlin:kotlin-parcelize-runtime:1.9.22 -> 2.1.10 (*)
-|    |    |    |              \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.0.21 (*)
+|    |    |    |              \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.10 (*)
 |    |    |    +--- androidx.datastore:datastore-preferences-core:1.1.1
 |    |    |    |    \--- androidx.datastore:datastore-preferences-core-jvm:1.1.1
 |    |    |    |         +--- androidx.datastore:datastore-core-okio:1.1.1
 |    |    |    |         |    \--- androidx.datastore:datastore-core-okio-jvm:1.1.1
-|    |    |    |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.0.21 (*)
+|    |    |    |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.10 (*)
-|    |    |    |         \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.0.21 (*)
+|    |    |    |         \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.10 (*)
-|    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.23 -> 2.0.21 (*)
+|    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.23 -> 2.1.10 (*)
 |    |    +--- io.github.osipxd:security-crypto-datastore:1.1.1-beta03
 |    |    |    +--- androidx.datastore:datastore:1.1.1
 |    |    |    |    \--- androidx.datastore:datastore-android:1.1.1
-|    |    |    |         \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.0.21 (*)
+|    |    |    |         \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.10 (*)
-|    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.23 -> 2.0.21 (*)
+|    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.23 -> 2.1.10 (*)
 |    |    +--- androidx.datastore:datastore-preferences:1.1.1
 |    |    |    \--- androidx.datastore:datastore-preferences-android:1.1.1
-|    |    |         \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.0.21 (*)
+|    |    |         \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.10 (*)
-|    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.23 -> 2.0.21 (*)
+|    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.23 -> 2.1.10 (*)
 |    +--- androidx.compose.material3.adaptive:adaptive:1.0.0
 |    |    \--- androidx.compose.material3.adaptive:adaptive-android:1.0.0
 |    |         +--- androidx.window:window-core:1.3.0
 |    |         |    \--- androidx.window:window-core-android:1.3.0
-|    |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.0.21 (*)
+|    |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.10 (*)
-|    |         +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.0.21 (*)
+|    |         +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.10 (*)
-|    |         \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 2.0.21 (*)
+|    |         \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 2.1.10 (*)
 |    +--- com.composables:core:1.15.0
 |    |    \--- com.composables:core-android:1.15.0
-|    |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.10 -> 2.0.21 (*)
+|    |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.10 -> 2.1.10 (*)
-|    \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.25 -> 2.0.21 (*)
+|    \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.25 -> 2.1.10 (*)
 +--- com.google.android.flexbox:flexbox:3.0.0
-|    \--- org.jetbrains.kotlin:kotlin-stdlib:1.4.32 -> 2.0.21 (*)
+|    \--- org.jetbrains.kotlin:kotlin-stdlib:1.4.32 -> 2.1.10 (*)
 +--- androidx.work:work-runtime:2.9.1
 |    +--- androidx.lifecycle:lifecycle-service:2.5.1 -> 2.8.7
-|    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.0.21 (*)
+|    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.10 (*)
-|    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.0.21 (*)
+|    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.10 (*)
 +--- androidx.camera:camera-camera2:1.4.1
 |    \--- androidx.camera:camera-core:1.4.1
 |         +--- androidx.concurrent:concurrent-futures-ktx:1.1.0
-|         |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.3.71 -> 2.0.21 (*)
+|         |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.3.71 -> 2.1.10 (*)
-|         \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.0.21 (*)
+|         \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.10 (*)
 +--- androidx.camera:camera-lifecycle:1.4.1
 |    \--- androidx.tracing:tracing-ktx:1.2.0
-|         \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.21 -> 2.0.21 (*)
+|         \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.21 -> 2.1.10 (*)
 +--- com.zendesk:support:5.4.0
 |    +--- com.zendesk:guide:1.4.0
 |    |    +--- com.zendesk:guide-providers:1.3.0
 |    |    |    +--- com.zendesk:core:4.2.0
 |    |    |    |    +--- com.zendesk:java-common:2.0.0
-|    |    |    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.4.32 -> 2.0.21 (*)
+|    |    |    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.4.32 -> 2.1.10 (*)
-|    |    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.0.21 (*)
+|    |    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.10 (*)
-|    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.0.21 (*)
+|    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.10 (*)
 |    |    +--- com.zendesk:messaging:5.6.0
 |    |    |    +--- com.zendesk:common-ui:4.3.0
-|    |    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.0.21 (*)
+|    |    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.10 (*)
 |    |    |    +--- com.zendesk:messaging-api:5.5.0
 |    |    |    |    +--- com.zendesk:sdk-configurations:2.2.0
-|    |    |    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.0.21 (*)
+|    |    |    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.10 (*)
-|    |    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.0.21 (*)
+|    |    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.10 (*)
-|    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.0.21 (*)
+|    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.10 (*)
-|    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.0.21 (*)
+|    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.10 (*)
 |    +--- com.zendesk:support-providers:5.3.0
-|    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.0.21 (*)
+|    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.10 (*)
-|    \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.0.21 (*)
+|    \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.10 (*)
 +--- com.google.dagger:hilt-android:2.55
-|    \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 (*)
+|    \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.10 (*)
 +--- rs.wordpress.api:android:trunk-50f703a7f677084157d02f05d4d477d7eaf960b1
 |    +--- rs.wordpress.api:kotlin:trunk-50f703a7f677084157d02f05d4d477d7eaf960b1
-|    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.0.21 (*)
+|    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.10 (*)
-|    \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.0.21 (*)
+|    \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.10 (*)
 +--- com.google.firebase:firebase-messaging -> 24.1.0
 |    +--- com.google.firebase:firebase-common:21.0.0
 |    |    +--- org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.6.4 -> 1.8.1
-|    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.21 -> 2.0.21 (*)
+|    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.21 -> 2.1.10 (*)
-|    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.0.21 (*)
+|    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.10 (*)
 |    +--- com.google.firebase:firebase-installations:17.2.0 -> 18.0.0
-|    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.0.21 (*)
+|    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.10 (*)
-|    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.0.21 (*)
+|    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.10 (*)
 +--- androidx.compose.runtime:runtime-livedata -> 1.7.6
-|    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.0.21 (*)
+|    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.10 (*)
 +--- io.coil-kt:coil-video:2.7.0
-|    \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.0.21 (*)
+|    \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.10 (*)
 +--- com.airbnb.android:lottie-compose:6.6.2
-|    \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.22 -> 2.0.21 (*)
+|    \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.22 -> 2.1.10 (*)
-\--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.0.21 (*)
+\--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.1.10 (*)

Build environment changes

The following changes in the build classpath were detected:

list
New Dependencies
org.jetbrains.kotlin:kotlin-util-klib-metadata:2.1.10

Removed Dependencies
org.jetbrains.kotlin:kotlin-compiler-embeddable:2.0.21
org.jetbrains.kotlin:kotlin-daemon-embeddable:2.0.21

Upgraded Dependencies
com.google.devtools.ksp:com.google.devtools.ksp.gradle.plugin:2.1.0-1.0.29, (changed from 2.0.21-1.0.28)
com.google.devtools.ksp:symbol-processing-api:2.1.0-1.0.29, (changed from 2.0.21-1.0.28)
com.google.devtools.ksp:symbol-processing-common-deps:2.1.0-1.0.29, (changed from 2.0.21-1.0.28)
com.google.devtools.ksp:symbol-processing-gradle-plugin:2.1.0-1.0.29, (changed from 2.0.21-1.0.28)
org.jetbrains.kotlin.android:org.jetbrains.kotlin.android.gradle.plugin:2.1.10, (changed from 2.0.21)
org.jetbrains.kotlin.jvm:org.jetbrains.kotlin.jvm.gradle.plugin:2.1.10, (changed from 2.0.21)
org.jetbrains.kotlin.kapt:org.jetbrains.kotlin.kapt.gradle.plugin:2.1.10, (changed from 2.0.21)
org.jetbrains.kotlin.plugin.allopen:org.jetbrains.kotlin.plugin.allopen.gradle.plugin:2.1.10, (changed from 2.0.21)
org.jetbrains.kotlin.plugin.compose:org.jetbrains.kotlin.plugin.compose.gradle.plugin:2.1.10, (changed from 2.0.21)
org.jetbrains.kotlin.plugin.parcelize:org.jetbrains.kotlin.plugin.parcelize.gradle.plugin:2.1.10, (changed from 2.0.21)
org.jetbrains.kotlin.plugin.serialization:org.jetbrains.kotlin.plugin.serialization.gradle.plugin:2.1.10, (changed from 2.0.21)
org.jetbrains.kotlin:compose-compiler-gradle-plugin:2.1.10, (changed from 2.0.21)
org.jetbrains.kotlin:kotlin-allopen:2.1.10, (changed from 2.0.21)
org.jetbrains.kotlin:kotlin-build-statistics:2.1.10, (changed from 2.0.21)
org.jetbrains.kotlin:kotlin-build-tools-api:2.1.10, (changed from 2.0.21)
org.jetbrains.kotlin:kotlin-compiler-runner:2.1.10, (changed from 2.0.21)
org.jetbrains.kotlin:kotlin-daemon-client:2.1.10, (changed from 2.0.21)
org.jetbrains.kotlin:kotlin-gradle-plugin:2.1.10, (changed from 2.0.21)
org.jetbrains.kotlin:kotlin-gradle-plugin-annotations:2.1.10, (changed from 2.0.21)
org.jetbrains.kotlin:kotlin-gradle-plugin-api:2.1.10, (changed from 2.0.21)
org.jetbrains.kotlin:kotlin-gradle-plugin-idea:2.1.10, (changed from 2.0.21)
org.jetbrains.kotlin:kotlin-gradle-plugin-idea-proto:2.1.10, (changed from 2.0.21)
org.jetbrains.kotlin:kotlin-gradle-plugin-model:2.1.10, (changed from 2.0.21)
org.jetbrains.kotlin:kotlin-gradle-plugins-bom:2.1.10, (changed from 2.0.21)
org.jetbrains.kotlin:kotlin-klib-commonizer-api:2.1.10, (changed from 2.0.21)
org.jetbrains.kotlin:kotlin-native-utils:2.1.10, (changed from 2.0.21)
org.jetbrains.kotlin:kotlin-serialization:2.1.10, (changed from 2.0.21)
org.jetbrains.kotlin:kotlin-tooling-core:2.1.10, (changed from 2.0.21)
org.jetbrains.kotlin:kotlin-util-io:2.1.10, (changed from 2.0.21)
org.jetbrains.kotlin:kotlin-util-klib:2.1.10, (changed from 2.0.21)
tree
 +--- com.autonomousapps.dependency-analysis:com.autonomousapps.dependency-analysis.gradle.plugin:1.28.0
 |    \--- com.autonomousapps:dependency-analysis-gradle-plugin:1.28.0
 |         \--- org.jetbrains.kotlin:kotlin-bom:1.9.10
-|              +--- org.jetbrains.kotlin:kotlin-compiler-embeddable:1.9.10 -> 2.0.21 (c)
-|              \--- org.jetbrains.kotlin:kotlin-daemon-client:1.9.10 -> 2.0.21 (c)
+|              \--- org.jetbrains.kotlin:kotlin-daemon-client:1.9.10 -> 2.1.10 (c)
 +--- androidx.navigation.safeargs.kotlin:androidx.navigation.safeargs.kotlin.gradle.plugin:2.8.5
 |    \--- androidx.navigation:navigation-safe-args-gradle-plugin:2.8.5
-|         \--- org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.24 -> 2.0.21
-|              +--- org.jetbrains.kotlin:kotlin-gradle-plugins-bom:2.0.21
-|              |    +--- org.jetbrains.kotlin:kotlin-gradle-plugin-api:2.0.21 (c)
-|              |    +--- org.jetbrains.kotlin:kotlin-gradle-plugin-model:2.0.21 (c)
-|              |    +--- org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.21 (c)
-|              |    +--- org.jetbrains.kotlin:compose-compiler-gradle-plugin:2.0.21 (c)
-|              |    +--- org.jetbrains.kotlin:kotlin-allopen:2.0.21 (c)
-|              |    +--- org.jetbrains.kotlin:kotlin-serialization:2.0.21 (c)
-|              |    +--- org.jetbrains.kotlin:kotlin-gradle-plugin-annotations:2.0.21 (c)
-|              |    +--- org.jetbrains.kotlin:kotlin-native-utils:2.0.21 (c)
-|              |    \--- org.jetbrains.kotlin:kotlin-tooling-core:2.0.21 (c)
-|              +--- org.jetbrains.kotlin:kotlin-gradle-plugin-api:2.0.21
-|              |    +--- org.jetbrains.kotlin:kotlin-gradle-plugins-bom:2.0.21 (*)
-|              |    +--- org.jetbrains.kotlin:kotlin-gradle-plugin-annotations:2.0.21
-|              |    +--- org.jetbrains.kotlin:kotlin-native-utils:2.0.21
-|              |    |    +--- org.jetbrains.kotlin:kotlin-util-io:2.0.21
-|              |    |    \--- org.jetbrains.kotlin:kotlin-util-klib:2.0.21
-|              |    |         \--- org.jetbrains.kotlin:kotlin-util-io:2.0.21
-|              |    \--- org.jetbrains.kotlin:kotlin-tooling-core:2.0.21
-|              +--- org.jetbrains.kotlin:kotlin-gradle-plugin-model:2.0.21
-|              |    +--- org.jetbrains.kotlin:kotlin-gradle-plugin-api:2.0.21 (*)
-|              |    \--- org.jetbrains.kotlin:kotlin-gradle-plugins-bom:2.0.21 (*)
-|              +--- org.jetbrains.kotlin:kotlin-gradle-plugin-idea:2.0.21
-|              |    +--- org.jetbrains.kotlin:kotlin-tooling-core:2.0.21
-|              |    \--- org.jetbrains.kotlin:kotlin-gradle-plugin-annotations:2.0.21
-|              +--- org.jetbrains.kotlin:kotlin-gradle-plugin-idea-proto:2.0.21
-|              |    \--- org.jetbrains.kotlin:kotlin-gradle-plugin-idea:2.0.21 (*)
-|              +--- org.jetbrains.kotlin:kotlin-klib-commonizer-api:2.0.21
-|              |    \--- org.jetbrains.kotlin:kotlin-native-utils:2.0.21 (*)
-|              +--- org.jetbrains.kotlin:kotlin-build-tools-api:2.0.21
-|              +--- org.jetbrains.kotlin:kotlin-build-statistics:2.0.21
-|              |    +--- org.jetbrains.kotlin:kotlin-build-tools-api:2.0.21
-|              |    \--- com.google.code.gson:gson:2.8.9 -> 2.10.1
-|              +--- org.jetbrains.kotlin:kotlin-compiler-runner:2.0.21
-|              |    +--- org.jetbrains.kotlin:kotlin-daemon-client:2.0.21
-|              |    \--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.6.4 (*)
-|              +--- org.jetbrains.kotlin:kotlin-util-klib:2.0.21 (*)
-|              \--- org.jetbrains.kotlin:kotlin-compiler-embeddable:2.0.21
-|                   +--- org.jetbrains.kotlin:kotlin-daemon-embeddable:2.0.21
-|                   +--- org.jetbrains.intellij.deps:trove4j:1.0.20200330
-|                   \--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.6.4 (*)
+|         \--- org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.24 -> 2.1.10
+|              +--- org.jetbrains.kotlin:kotlin-gradle-plugin-idea:2.1.10
+|              |    +--- org.jetbrains.kotlin:kotlin-tooling-core:2.1.10
+|              |    \--- org.jetbrains.kotlin:kotlin-gradle-plugin-annotations:2.1.10
+|              +--- org.jetbrains.kotlin:kotlin-gradle-plugin-idea-proto:2.1.10
+|              |    \--- org.jetbrains.kotlin:kotlin-gradle-plugin-idea:2.1.10 (*)
+|              +--- org.jetbrains.kotlin:kotlin-klib-commonizer-api:2.1.10
+|              |    \--- org.jetbrains.kotlin:kotlin-native-utils:2.1.10
+|              |         +--- org.jetbrains.kotlin:kotlin-util-io:2.1.10
+|              |         \--- org.jetbrains.kotlin:kotlin-util-klib:2.1.10
+|              |              \--- org.jetbrains.kotlin:kotlin-util-io:2.1.10
+|              +--- org.jetbrains.kotlin:kotlin-build-statistics:2.1.10
+|              |    +--- org.jetbrains.kotlin:kotlin-build-tools-api:2.1.10
+|              |    \--- com.google.code.gson:gson:2.8.9 -> 2.10.1
+|              +--- org.jetbrains.kotlin:kotlin-util-klib-metadata:2.1.10
+|              |    +--- org.jetbrains.kotlin:kotlin-util-io:2.1.10
+|              |    \--- org.jetbrains.kotlin:kotlin-util-klib:2.1.10 (*)
+|              +--- org.jetbrains.kotlin:kotlin-gradle-plugins-bom:2.1.10
+|              |    +--- org.jetbrains.kotlin:kotlin-gradle-plugin-api:2.1.10 (c)
+|              |    +--- org.jetbrains.kotlin:kotlin-gradle-plugin-model:2.1.10 (c)
+|              |    +--- org.jetbrains.kotlin:kotlin-gradle-plugin:2.1.10 (c)
+|              |    +--- org.jetbrains.kotlin:compose-compiler-gradle-plugin:2.1.10 (c)
+|              |    +--- org.jetbrains.kotlin:kotlin-allopen:2.1.10 (c)
+|              |    +--- org.jetbrains.kotlin:kotlin-serialization:2.1.10 (c)
+|              |    +--- org.jetbrains.kotlin:kotlin-gradle-plugin-annotations:2.1.10 (c)
+|              |    +--- org.jetbrains.kotlin:kotlin-native-utils:2.1.10 (c)
+|              |    \--- org.jetbrains.kotlin:kotlin-tooling-core:2.1.10 (c)
+|              +--- org.jetbrains.kotlin:kotlin-gradle-plugin-api:2.1.10
+|              |    +--- org.jetbrains.kotlin:kotlin-gradle-plugins-bom:2.1.10 (*)
+|              |    +--- org.jetbrains.kotlin:kotlin-gradle-plugin-annotations:2.1.10
+|              |    +--- org.jetbrains.kotlin:kotlin-native-utils:2.1.10 (*)
+|              |    +--- org.jetbrains.kotlin:kotlin-tooling-core:2.1.10
+|              |    \--- org.jetbrains.kotlin:kotlin-build-tools-api:2.1.10
+|              +--- org.jetbrains.kotlin:kotlin-gradle-plugin-model:2.1.10
+|              |    +--- org.jetbrains.kotlin:kotlin-gradle-plugin-api:2.1.10 (*)
+|              |    \--- org.jetbrains.kotlin:kotlin-gradle-plugins-bom:2.1.10 (*)
+|              \--- org.jetbrains.kotlin:kotlin-compiler-runner:2.1.10
+|                   +--- org.jetbrains.kotlin:kotlin-daemon-client:2.1.10
+|                   \--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.6.4 (*)
-+--- org.jetbrains.kotlin.plugin.allopen:org.jetbrains.kotlin.plugin.allopen.gradle.plugin:2.0.21
-|    \--- org.jetbrains.kotlin:kotlin-allopen:2.0.21
-|         +--- org.jetbrains.kotlin:kotlin-gradle-plugin-api:2.0.21 (*)
-|         +--- org.jetbrains.kotlin:kotlin-gradle-plugins-bom:2.0.21 (*)
-|         \--- org.jetbrains.kotlin:kotlin-gradle-plugin-model:2.0.21 (*)
++--- org.jetbrains.kotlin.plugin.allopen:org.jetbrains.kotlin.plugin.allopen.gradle.plugin:2.1.10
+|    \--- org.jetbrains.kotlin:kotlin-allopen:2.1.10
+|         +--- org.jetbrains.kotlin:kotlin-gradle-plugins-bom:2.1.10 (*)
+|         +--- org.jetbrains.kotlin:kotlin-gradle-plugin-model:2.1.10 (*)
+|         \--- org.jetbrains.kotlin:kotlin-gradle-plugin-api:2.1.10 (*)
-+--- org.jetbrains.kotlin.android:org.jetbrains.kotlin.android.gradle.plugin:2.0.21
-|    \--- org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.21 (*)
++--- org.jetbrains.kotlin.android:org.jetbrains.kotlin.android.gradle.plugin:2.1.10
+|    \--- org.jetbrains.kotlin:kotlin-gradle-plugin:2.1.10 (*)
-+--- org.jetbrains.kotlin.plugin.compose:org.jetbrains.kotlin.plugin.compose.gradle.plugin:2.0.21
-|    \--- org.jetbrains.kotlin:compose-compiler-gradle-plugin:2.0.21
-|         +--- org.jetbrains.kotlin:kotlin-gradle-plugin-api:2.0.21 (*)
-|         +--- org.jetbrains.kotlin:kotlin-gradle-plugins-bom:2.0.21 (*)
-|         +--- org.jetbrains.kotlin:kotlin-gradle-plugin-model:2.0.21 (*)
-|         \--- org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.21 (*)
++--- org.jetbrains.kotlin.plugin.compose:org.jetbrains.kotlin.plugin.compose.gradle.plugin:2.1.10
+|    \--- org.jetbrains.kotlin:compose-compiler-gradle-plugin:2.1.10
+|         +--- org.jetbrains.kotlin:kotlin-gradle-plugins-bom:2.1.10 (*)
+|         +--- org.jetbrains.kotlin:kotlin-gradle-plugin-model:2.1.10 (*)
+|         +--- org.jetbrains.kotlin:kotlin-gradle-plugin:2.1.10 (*)
+|         \--- org.jetbrains.kotlin:kotlin-gradle-plugin-api:2.1.10 (*)
-+--- org.jetbrains.kotlin.jvm:org.jetbrains.kotlin.jvm.gradle.plugin:2.0.21
-|    \--- org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.21 (*)
++--- org.jetbrains.kotlin.jvm:org.jetbrains.kotlin.jvm.gradle.plugin:2.1.10
+|    \--- org.jetbrains.kotlin:kotlin-gradle-plugin:2.1.10 (*)
-+--- org.jetbrains.kotlin.plugin.parcelize:org.jetbrains.kotlin.plugin.parcelize.gradle.plugin:2.0.21
-|    \--- org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.21 (*)
++--- org.jetbrains.kotlin.plugin.parcelize:org.jetbrains.kotlin.plugin.parcelize.gradle.plugin:2.1.10
+|    \--- org.jetbrains.kotlin:kotlin-gradle-plugin:2.1.10 (*)
-+--- org.jetbrains.kotlin.plugin.serialization:org.jetbrains.kotlin.plugin.serialization.gradle.plugin:2.0.21
-|    \--- org.jetbrains.kotlin:kotlin-serialization:2.0.21
-|         +--- org.jetbrains.kotlin:kotlin-gradle-plugin-api:2.0.21 (*)
-|         \--- org.jetbrains.kotlin:kotlin-gradle-plugins-bom:2.0.21 (*)
++--- org.jetbrains.kotlin.plugin.serialization:org.jetbrains.kotlin.plugin.serialization.gradle.plugin:2.1.10
+|    \--- org.jetbrains.kotlin:kotlin-serialization:2.1.10
+|         +--- org.jetbrains.kotlin:kotlin-gradle-plugins-bom:2.1.10 (*)
+|         \--- org.jetbrains.kotlin:kotlin-gradle-plugin-api:2.1.10 (*)
-+--- com.google.devtools.ksp:com.google.devtools.ksp.gradle.plugin:2.0.21-1.0.28
-|    \--- com.google.devtools.ksp:symbol-processing-gradle-plugin:2.0.21-1.0.28
-|         +--- com.google.devtools.ksp:symbol-processing-api:2.0.21-1.0.28
-|         |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.20 (*)
-|         \--- com.google.devtools.ksp:symbol-processing-common-deps:2.0.21-1.0.28
-|              \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.20 (*)
++--- com.google.devtools.ksp:com.google.devtools.ksp.gradle.plugin:2.1.0-1.0.29
+|    \--- com.google.devtools.ksp:symbol-processing-gradle-plugin:2.1.0-1.0.29
+|         +--- com.google.devtools.ksp:symbol-processing-api:2.1.0-1.0.29
+|         |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.20 (*)
+|         \--- com.google.devtools.ksp:symbol-processing-common-deps:2.1.0-1.0.29
+|              \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.20 (*)
-\--- org.jetbrains.kotlin.kapt:org.jetbrains.kotlin.kapt.gradle.plugin:2.0.21
-     \--- org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.21 (*)
+\--- org.jetbrains.kotlin.kapt:org.jetbrains.kotlin.kapt.gradle.plugin:2.1.10
+     \--- org.jetbrains.kotlin:kotlin-gradle-plugin:2.1.10 (*)

…ates

Bumps the kotlin-ksp group with 11 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [org.jetbrains.kotlin:kotlin-reflect](https://github.com/JetBrains/kotlin) | `2.0.21` | `2.1.10` |
| [org.jetbrains.kotlin:kotlin-test-junit](https://github.com/JetBrains/kotlin) | `2.0.21` | `2.1.10` |
| [org.jetbrains.kotlin.kapt](https://github.com/JetBrains/kotlin) | `2.0.21` | `2.1.10` |
| [org.jetbrains.kotlin.plugin.allopen](https://github.com/JetBrains/kotlin) | `2.0.21` | `2.1.10` |
| [org.jetbrains.kotlin.android](https://github.com/JetBrains/kotlin) | `2.0.21` | `2.1.10` |
| [org.jetbrains.kotlin.plugin.compose](https://github.com/JetBrains/kotlin) | `2.0.21` | `2.1.10` |
| [org.jetbrains.kotlin.jvm](https://github.com/JetBrains/kotlin) | `2.0.21` | `2.1.10` |
| [org.jetbrains.kotlin.plugin.parcelize](https://github.com/JetBrains/kotlin) | `2.0.21` | `2.1.10` |
| [org.jetbrains.kotlin.plugin.serialization](https://github.com/JetBrains/kotlin) | `2.0.21` | `2.1.10` |
| [com.google.devtools.ksp:symbol-processing-api](https://github.com/google/ksp) | `2.0.21-1.0.28` | `2.1.0-1.0.29` |
| [com.google.devtools.ksp](https://github.com/google/ksp) | `2.0.21-1.0.28` | `2.1.0-1.0.29` |



Updates `org.jetbrains.kotlin:kotlin-reflect` from 2.0.21 to 2.1.10
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/commits)

Updates `org.jetbrains.kotlin:kotlin-test-junit` from 2.0.21 to 2.1.10
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/commits)

Updates `org.jetbrains.kotlin.kapt` from 2.0.21 to 2.1.10
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/commits)

Updates `org.jetbrains.kotlin.plugin.allopen` from 2.0.21 to 2.1.10
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/commits)

Updates `org.jetbrains.kotlin.android` from 2.0.21 to 2.1.10
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/commits)

Updates `org.jetbrains.kotlin.plugin.compose` from 2.0.21 to 2.1.10
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/commits)

Updates `org.jetbrains.kotlin.jvm` from 2.0.21 to 2.1.10
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/commits)

Updates `org.jetbrains.kotlin.plugin.parcelize` from 2.0.21 to 2.1.10
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/commits)

Updates `org.jetbrains.kotlin.plugin.serialization` from 2.0.21 to 2.1.10
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/commits)

Updates `org.jetbrains.kotlin:kotlin-test-junit` from 2.0.21 to 2.1.10
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/commits)

Updates `com.google.devtools.ksp:symbol-processing-api` from 2.0.21-1.0.28 to 2.1.0-1.0.29
- [Release notes](https://github.com/google/ksp/releases)
- [Commits](google/ksp@2.0.21-1.0.28...2.1.0-1.0.29)

Updates `com.google.devtools.ksp` from 2.0.21-1.0.28 to 2.1.0-1.0.29
- [Release notes](https://github.com/google/ksp/releases)
- [Commits](google/ksp@2.0.21-1.0.28...2.1.0-1.0.29)

Updates `org.jetbrains.kotlin.kapt` from 2.0.21 to 2.1.10
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/commits)

Updates `org.jetbrains.kotlin.plugin.allopen` from 2.0.21 to 2.1.10
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/commits)

Updates `org.jetbrains.kotlin.android` from 2.0.21 to 2.1.10
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/commits)

Updates `org.jetbrains.kotlin.plugin.compose` from 2.0.21 to 2.1.10
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/commits)

Updates `org.jetbrains.kotlin.jvm` from 2.0.21 to 2.1.10
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/commits)

Updates `org.jetbrains.kotlin.plugin.parcelize` from 2.0.21 to 2.1.10
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/commits)

Updates `org.jetbrains.kotlin.plugin.serialization` from 2.0.21 to 2.1.10
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/commits)

Updates `com.google.devtools.ksp` from 2.0.21-1.0.28 to 2.1.0-1.0.29
- [Release notes](https://github.com/google/ksp/releases)
- [Commits](google/ksp@2.0.21-1.0.28...2.1.0-1.0.29)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-reflect
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: kotlin-ksp
- dependency-name: org.jetbrains.kotlin:kotlin-test-junit
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: kotlin-ksp
- dependency-name: org.jetbrains.kotlin.kapt
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: kotlin-ksp
- dependency-name: org.jetbrains.kotlin.plugin.allopen
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: kotlin-ksp
- dependency-name: org.jetbrains.kotlin.android
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: kotlin-ksp
- dependency-name: org.jetbrains.kotlin.plugin.compose
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: kotlin-ksp
- dependency-name: org.jetbrains.kotlin.jvm
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: kotlin-ksp
- dependency-name: org.jetbrains.kotlin.plugin.parcelize
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: kotlin-ksp
- dependency-name: org.jetbrains.kotlin.plugin.serialization
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: kotlin-ksp
- dependency-name: org.jetbrains.kotlin:kotlin-test-junit
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: kotlin-ksp
- dependency-name: com.google.devtools.ksp:symbol-processing-api
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: kotlin-ksp
- dependency-name: com.google.devtools.ksp
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: kotlin-ksp
- dependency-name: org.jetbrains.kotlin.kapt
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: kotlin-ksp
- dependency-name: org.jetbrains.kotlin.plugin.allopen
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: kotlin-ksp
- dependency-name: org.jetbrains.kotlin.android
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: kotlin-ksp
- dependency-name: org.jetbrains.kotlin.plugin.compose
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: kotlin-ksp
- dependency-name: org.jetbrains.kotlin.jvm
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: kotlin-ksp
- dependency-name: org.jetbrains.kotlin.plugin.parcelize
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: kotlin-ksp
- dependency-name: org.jetbrains.kotlin.plugin.serialization
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: kotlin-ksp
- dependency-name: com.google.devtools.ksp
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: kotlin-ksp
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/gradle/kotlin-ksp-385d8ea5b1 branch from 7e68767 to aa45f06 Compare January 28, 2025 08:08
@sonarqubecloud

Copy link
Copy Markdown

@dependabot @github

dependabot Bot commented on behalf of github Jan 29, 2025

Copy link
Copy Markdown
Contributor Author

Superseded by #21638.

@dependabot dependabot Bot closed this Jan 29, 2025
@dependabot dependabot Bot deleted the dependabot/gradle/kotlin-ksp-385d8ea5b1 branch January 29, 2025 08:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants